home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 012 / buff159.arc / BUFF159.DOC < prev   
Text File  |  1984-10-28  |  1KB  |  19 lines

  1. kbd_fix
  2. Command
  3.  
  4. Purpose: Installs new keyboard interrupt routines that operate with a 159
  5.          character buffer rather than PC-DOS's normal 15 character buffer.
  6. Format:  kbd_fix
  7.          (Usually done once per startup, in autoexec.bat file)
  8. Type:    External
  9. Remarks: The Ultimate source of information for this command is John
  10.          Socha's article in the November 1983 Softtalk, p. 117.
  11.          John includes an assembly language listing of these routines. A summation
  12.          of the article: DOS (all versions, it's built into ROM BIOS) includes
  13.          a 15 character buffer for keyboard input. Giving DOS the kbd_fix
  14.          command installs new keyboard interrupt handlers that use a 159 character
  15.          buffer. In addition, these new interrupt routines recognize one special
  16.          keyboard command: pressing control-alt clears the keyboard buffer.
  17.          Kbd_fix will attach itself to DOS and use about 700 bytes of memory.
  18.          (Randy Day, 11/10/83)
  19.